1 287 enregistrements

1 287 enregistrements

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Données communales sur la population d'Île-de-France

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
insee
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
insee
Type
int
Exemple
77428
pop1946
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
pop1946
Type
int
Exemple
173
psdc1962
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
psdc1962
Type
int
Exemple
129
psdc1968
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
psdc1968
Type
int
Exemple
123
psdc1975
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
psdc1975
Type
int
Exemple
172
psdc1982
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
psdc1982
Type
int
Exemple
219
psdc1990
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
psdc1990
Type
int
Exemple
577
popexh1999
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
popexh1999
Type
int
Exemple
704
psdc82df99
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
psdc82df99
Type
int
Exemple
219
psdc90df99
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
psdc90df99
Type
int
Exemple
577
popmun2006
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
popmun2006
Type
int
Exemple
843
popmun2007
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
popmun2007
Type
décimal
Exemple
839.98
popmun2008
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
popmun2008
Type
int
Exemple
843
popmun2009
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
popmun2009
Type
int
Exemple
846
popmun2010
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
popmun2010
Type
int
Exemple
853
popmun2011
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
popmun2011
Type
int
Exemple
860
Geo Shape
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
geo_shape
Type
geo_shape
Exemple
{"coordinates":[2.920097956533579,48.565556409097404],"type":"Point"}
Geo Point
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
geo_point_2d
Type
geo_point_2d
Exemple
[48.5655564091,2.92009795653]
objectid
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
objectid
Type
int
Exemple
1038
popmun2012
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
popmun2012
Type
int
Exemple
859
popmun2013
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
popmun2013
Type
int
Exemple
858
popmun2014
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
popmun2014
Type
int
Exemple
852
popmun2015
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
popmun2015
Type
int
Exemple
848
tcam1217
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
tcam1217
Type
décimal
Exemple
-0.54133565
popmun2016
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
popmun2016
Type
int
Exemple
843
popmun2017
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
popmun2017
Type
int
Exemple
836

Schéma JSON

L'objet JSON ci dessous est une description standardisée du modèle de votre jeu de données. Pour en savoir plus sur JSON schema.

{
  • "title":"donnees-communales-sur-la-population-dile-de-france",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/donnees-communales-sur-la-population-dile-de-france"
      }
    ]
    ,
  • "definitions":
    {
    • "donnees-communales-sur-la-population-dile-de-france":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/donnees-communales-sur-la-population-dile-de-france_records"
            }
          }
        }
      }
      ,
    • "geoJSON":
      {
      • "title":"Geo JSON object",
      • "description":"Schema for a Geo JSON object",
      • "type":"object",
      • "required":
        [
        • "type"
        ]
        ,
      • "properties":
        {
        • "crs":
          {
          • "$ref":"#/definitions/crs"
          }
          ,
        • "bbox":
          {
          • "$ref":"#/definitions/bbox"
          }
        }
        ,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/geometry"
          }
          ,
        • {
          • "$ref":"#/definitions/geometryCollection"
          }
          ,
        • {
          • "$ref":"#/definitions/feature"
          }
          ,
        • {
          • "$ref":"#/definitions/featureCollection"
          }
        ]
      }
      ,
    • "bbox":
      {
      • "description":"A bounding box as defined by GeoJSON",
      • "type":"array",
      • "items":
        {
        • "type":"number"
        }
      }
      ,
    • "crs":
      {
      • "title":"crs",
      • "description":"a Coordinate Reference System object",
      • "type":
        [
        • "object",
        • "null"
        ]
        ,
      • "required":
        [
        • "type",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "type":"string"
          }
          ,
        • "properties":
          {
          • "type":"object"
          }
        }
        ,
      • "additionalProperties":false,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/namedCrs"
          }
          ,
        • {
          • "$ref":"#/definitions/linkedCrs"
          }
        ]
      }
      ,
    • "namedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "name"
            ]
          }
          ,
        • "properties":
          {
          • "required":
            [
            • "name"
            ]
            ,
          • "additionalProperties":false,
          • "properties":
            {
            • "name":
              {
              • "type":"string"
              }
            }
          }
        }
      }
      ,
    • "linkedObject":
      {
      • "type":"object",
      • "required":
        [
        • "href"
        ]
        ,
      • "properties":
        {
        • "href":
          {
          • "type":"string",
          • "format":"uri"
          }
          ,
        • "type":
          {
          • "type":"string",
          • "description":"Suggested values: proj4, ogjwkt, esriwkt"
          }
        }
      }
      ,
    • "linkedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "link"
            ]
          }
          ,
        • "properties":
          {
          • "$ref":"#/definitions/linkedObject"
          }
        }
      }
      ,
    • "geometryCollection":
      {
      • "title":"GeometryCollection",
      • "description":"A collection of geometry objects",
      • "required":
        [
        • "geometries"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "GeometryCollection"
            ]
          }
          ,
        • "geometries":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"http://json-schema.org/geojson/geometry.json#"
            }
          }
        }
      }
      ,
    • "feature":
      {
      • "title":"Feature",
      • "description":"A Geo JSON feature object",
      • "required":
        [
        • "geometry",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "Feature"
            ]
          }
          ,
        • "geometry":
          {
          • "oneOf":
            [
            • {
              • "type":"null"
              }
              ,
            • {
              • "$ref":"#/definitions/geometry"
              }
            ]
          }
          ,
        • "properties":
          {
          • "type":
            [
            • "object",
            • "null"
            ]
          }
          ,
        • "id":
          {
            }
          }
        }
        ,
      • "featureCollection":
        {
        • "title":"FeatureCollection",
        • "description":"A Geo JSON feature collection",
        • "required":
          [
          • "features"
          ]
          ,
        • "properties":
          {
          • "type":
            {
            • "enum":
              [
              • "FeatureCollection"
              ]
            }
            ,
          • "features":
            {
            • "type":"array",
            • "items":
              {
              • "$ref":"#/definitions/feature"
              }
            }
          }
        }
        ,
      • "geometry":
        {
        • "title":"geometry",
        • "description":"One geometry as defined by GeoJSON",
        • "type":"object",
        • "required":
          [
          • "type",
          • "coordinates"
          ]
          ,
        • "oneOf":
          [
          • {
            • "title":"Point",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Point"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/position"
                }
              }
            }
            ,
          • {
            • "title":"MultiPoint",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPoint"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/positionArray"
                }
              }
            }
            ,
          • {
            • "title":"LineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "LineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/lineString"
                }
              }
            }
            ,
          • {
            • "title":"MultiLineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiLineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/lineString"
                  }
                }
              }
            }
            ,
          • {
            • "title":"Polygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Polygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/polygon"
                }
              }
            }
            ,
          • {
            • "title":"MultiPolygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPolygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/polygon"
                  }
                }
              }
            }
          ]
          ,
        • "position":
          {
          • "description":"A single position",
          • "type":"array",
          • "minItems":2,
          • "items":
            [
            • {
              • "type":"number"
              }
              ,
            • {
              • "type":"number"
              }
            ]
            ,
          • "additionalItems":false
          }
          ,
        • "positionArray":
          {
          • "description":"An array of positions",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/position"
            }
          }
          ,
        • "lineString":
          {
          • "description":"An array of two or more positions",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":2
              }
            ]
          }
          ,
        • "linearRing":
          {
          • "description":"An array of four positions where the first equals the last",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":4
              }
            ]
          }
          ,
        • "polygon":
          {
          • "description":"An array of linear rings",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/linearRing"
            }
          }
        }
        ,
      • "donnees-communales-sur-la-population-dile-de-france_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "insee":
                {
                • "type":"integer",
                • "title":"insee",
                • "description":""
                }
                ,
              • "pop1946":
                {
                • "type":"integer",
                • "title":"pop1946",
                • "description":""
                }
                ,
              • "psdc1962":
                {
                • "type":"integer",
                • "title":"psdc1962",
                • "description":""
                }
                ,
              • "psdc1968":
                {
                • "type":"integer",
                • "title":"psdc1968",
                • "description":""
                }
                ,
              • "psdc1975":
                {
                • "type":"integer",
                • "title":"psdc1975",
                • "description":""
                }
                ,
              • "psdc1982":
                {
                • "type":"integer",
                • "title":"psdc1982",
                • "description":""
                }
                ,
              • "psdc1990":
                {
                • "type":"integer",
                • "title":"psdc1990",
                • "description":""
                }
                ,
              • "popexh1999":
                {
                • "type":"integer",
                • "title":"popexh1999",
                • "description":""
                }
                ,
              • "psdc82df99":
                {
                • "type":"integer",
                • "title":"psdc82df99",
                • "description":""
                }
                ,
              • "psdc90df99":
                {
                • "type":"integer",
                • "title":"psdc90df99",
                • "description":""
                }
                ,
              • "popmun2006":
                {
                • "type":"integer",
                • "title":"popmun2006",
                • "description":""
                }
                ,
              • "popmun2007":
                {
                • "type":"number",
                • "title":"popmun2007",
                • "description":""
                }
                ,
              • "popmun2008":
                {
                • "type":"integer",
                • "title":"popmun2008",
                • "description":""
                }
                ,
              • "popmun2009":
                {
                • "type":"integer",
                • "title":"popmun2009",
                • "description":""
                }
                ,
              • "popmun2010":
                {
                • "type":"integer",
                • "title":"popmun2010",
                • "description":""
                }
                ,
              • "popmun2011":
                {
                • "type":"integer",
                • "title":"popmun2011",
                • "description":""
                }
                ,
              • "geo_shape":
                {
                • "type":"object",
                • "oneOf":
                  [
                  • {
                    • "$ref":"#/definitions/geometry"
                    }
                  ]
                  ,
                • "title":"Geo Shape",
                • "description":""
                }
                ,
              • "geo_point_2d":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"Geo Point",
                • "description":""
                }
                ,
              • "objectid":
                {
                • "type":"integer",
                • "title":"objectid",
                • "description":""
                }
                ,
              • "popmun2012":
                {
                • "type":"integer",
                • "title":"popmun2012",
                • "description":""
                }
                ,
              • "popmun2013":
                {
                • "type":"integer",
                • "title":"popmun2013",
                • "description":""
                }
                ,
              • "popmun2014":
                {
                • "type":"integer",
                • "title":"popmun2014",
                • "description":""
                }
                ,
              • "popmun2015":
                {
                • "type":"integer",
                • "title":"popmun2015",
                • "description":""
                }
                ,
              • "tcam1217":
                {
                • "type":"number",
                • "title":"tcam1217",
                • "description":""
                }
                ,
              • "popmun2016":
                {
                • "type":"integer",
                • "title":"popmun2016",
                • "description":""
                }
                ,
              • "popmun2017":
                {
                • "type":"integer",
                • "title":"popmun2017",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Réutilisations

    Cliquez pour déplier Cliquez pour replier

    Soumettre une réutilisation

    Cliquez pour déplier Cliquez pour replier

    Votre nom sera affiché publiquement avec votre réutilisation

    Votre prénom sera affiché publiquement avec votre réutilisation

    Votre email ne sera pas affiché publiquement et sera seulement utilisé par un administrateur pour vous contacter.

    Courte description de votre travail (max. 50 caractères)

    Une description de ce que vous avez fait en utilisant ce jeu de données (max. 1000 caractères)

    Une URL où votre travail est accessible publiquement

     ou 

    (facultatif) Une URL ou une image pour présenter votre travail

    false

    Jeux de données similaires

    • Population communale de 1962 à 2017. (On y trouve également l'année 1946). L'INSEE préconise d'utiliser jusqu'à 1990 la population sans double compte, en 1999 la population exhaustive, entre 2006 et 2010 la population municipale. On peut comparer 1990 à 1999 et 2010. On peut également comparer 1990 à 1999 et 2007 mais on ne peut pas comparer 2006 à 2010. Ce n'est qu'à partir de 2011 que les don…
    • Cette base propose les populations légales des communes franciliennes aux recensements de la population de 1968, 1975, 1982, 1990, 1999, de 2006 à 2014.
    • Ce jeu de données propose une base de données d'indicateurs issus du Recensement de la population sur le domaine  Couples - Familles - Ménages. Les données sont disponibles pour chacune des communes d'Île-de France et arrondissements municipaux de Paris.
    • Nombre de ménages depuis 1968 (dénombrement pour les recensements de 1968 à 1982, exploitation exhaustive pour les recensements depuis 1990).